Skip to content

Commit

Permalink
Merge pull request #18 from it-at-m/dev
Browse files Browse the repository at this point in the history
move dev to main
  • Loading branch information
eidottermihi authored Mar 8, 2024
2 parents 6a9bb84 + 46b8259 commit f26bc83
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 93 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@ on: [push]
jobs:
compliance:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Advance Security Policy as Code
uses: advanced-security/policy-as-code@v2.0
uses: advanced-security/policy-as-code@v2.7.2
with:
policy: GeekMasher/security-queries
policy-path: policies/default.yml

token: ${{ secrets.ACCESS_TOKEN }}

argvs: '--disable-dependabot --disable-secret-scanning --disable-code-scanning'
policy: it-at-m/policy-as-code
policy-path: default.yaml
token: ${{ secrets.GITHUB_TOKEN }}
argvs: "--disable-dependabot --disable-secret-scanning --disable-code-scanning --display"
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ representative at an online or offline event.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at <opensource@muenchendigital.io>.
reported to the community leaders responsible for enforcement at <opensource@muenchen.de>.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Dockerfiles may only contain a FROM and the application data.
# For Java applications use /ubi9/openjdk-11-runtime or /ubi9/openjdk-17-runtime as Base Image, for documentation
# please see https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html/red_hat_java_s2i_for_openshift/
# All other variations must be approved by KM8

FROM registry.access.redhat.com/ubi9/openjdk-17-runtime:latest

COPY target/*.jar /deployments/application.jar
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Landeshauptstadt München | it@M
Copyright (c) 2024 Landeshauptstadt München | it@M

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
63 changes: 13 additions & 50 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,11 @@ What to adjust:
* Add project shields. Use [shields.io](https://shields.io/)

## ------- end to remove -------
<div id="top"></div>
<!-- add Project Logo, if existing -->

<!-- PROJECT SHIELDS -->

<!-- END OF PROJECT SHIELDS -->

<!-- PROJECT LOGO -->
<br />
<div align="center">
<a href="#">
<img src="/images/logo.png" alt="Logo" height="200">
</a>

<h3 align="center">DigiWF <i>repo or project name</i></h3>

<p align="center">
<i>Add a here a short description</i>
<br /><a href="#">Report Bug</a>
·
<a href="#">Request Feature</a>
</p>
</div>

<!-- ABOUT THE PROJECT -->
## About The Project
# repo or project name

*Add a description from your project here.*
<p align="right">(<a href="#top">back to top</a>)</p>



### Built With
Expand All @@ -47,29 +23,30 @@ The documentation project is built with technologies we use in our projects:

* *write here the list of used technologies*

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- ROADMAP -->
## Roadmap

*if you have a ROADMAP for your project add this here*


See the [open issues](#) for a full list of proposed features (and known issues).

<p align="right">(<a href="#top">back to top</a>)</p>

## Set up
*how can i start and fly this project*

<p align="right">(<a href="#top">back to top</a>)</p>

## Documentation
*what insights do you have to tell*

<p align="right">(<a href="#top">back to top</a>)</p>
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```

use [diagrams](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams).

<!-- CONTRIBUTING -->
## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
Expand All @@ -86,26 +63,12 @@ Don't forget to give the project a star! Thanks again!

More about this in the [CODE_OF_CONDUCT](/CODE_OF_CONDUCT.md) file.

<p align="right">(<a href="#top">back to top</a>)</p>


<!-- LICENSE -->
## License

Distributed under the MIT License. See `LICENSE` file for more information.

<p align="right">(<a href="#top">back to top</a>)</p>

Distributed under the MIT License. See [LICENSE](LICENSE) file for more information.


<!-- CONTACT -->
## Contact

it@m - opensource@muenchen.de


<p align="right">(<a href="#top">back to top</a>)</p>


<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
it@M - opensource@muenchen.de
Binary file removed images/logo.png
Binary file not shown.
32 changes: 0 additions & 32 deletions policies/default.yml

This file was deleted.

6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

0 comments on commit f26bc83

Please sign in to comment.