mirror of
https://github.com/EwenQuim/entropy.git
synced 2024-06-05 10:16:22 +03:00
Fixed version numbers
This commit is contained in:
23
.github/workflows/go.yml
vendored
23
.github/workflows/go.yml
vendored
@@ -5,24 +5,23 @@ name: Go
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
branches: ["master"]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20'
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.22"
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
|
||||
# Entropy
|
||||
|
||||
[](https://pkg.go.dev/github.com/EwenQuim/entropy)
|
||||
[](https://goreportcard.com/report/github.com/EwenQuim/entropy)
|
||||
|
||||
Entropy is a CLI tool that will **scan your codebase for high entropy lines**, which are often secrets.
|
||||
|
||||
## Installation
|
||||
|
||||
Reference in New Issue
Block a user