Skip to content

Commit

Permalink
News informations (#53)
Browse files Browse the repository at this point in the history
* News informations

Informations about SPIP, GLPI and PACS NGI GXD5

* Update chopchop.yml

News informations added :

AudioCodes SIP Gateway
Xerox Printer
Lexmark Printer
Aklia Lisis
  • Loading branch information
woundride authored and PaulSec committed Jan 31, 2021
1 parent ffb4f53 commit 2f4838c
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Unit Tests
uses: go test ./...
run: go test ./...
- name: Install gox
run: go get github.com/mitchellh/gox
- name: Build using gox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
go-version: 1.14.x
- uses: actions/checkout@v2
- name: Unit Tests
uses: go test ./...
run: go test ./...
- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- uses: actions/checkout@v1
- run: |
cat chopchop.yml | grep "uri:" | sort | uniq -c | sort -n
test=`cat chopchop.yml | grep "uri:" | sort | uniq -c | grep -v 1 | wc -l`
if [ $test != 0 ]; then echo "There shouldn't be multiple (and identical) 'uri'. It should be refactored. "; exit 1; fi
test=`cat chopchop.yml | grep "endpoint:" | sort | uniq -c | grep -v 1 | wc -l`
if [ $test != 0 ]; then echo "There shouldn't be multiple (and identical) 'endpoint'. It should be refactored. "; exit 1; fi
Loading

0 comments on commit 2f4838c

Please sign in to comment.